home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / windows / comms / recomm10.arj / RECOMM.DEF < prev    next >
Text File  |  1993-10-22  |  965b  |  32 lines

  1. LIBRARY         comm
  2. DESCRIPTION     'Network Modem Share'
  3. EXETYPE         WINDOWS
  4. CODE            PRELOAD MOVEABLE DISCARDABLE
  5. DATA            PRELOAD MOVEABLE SINGLE
  6. HEAPSIZE        8192
  7. SEGMENTS        INIT_TEXT PRELOAD DISCARDABLE
  8.                 WEP_TEXT  PRELOAD FIXED
  9. EXPORTS         WEP   @16 RESIDENTNAME
  10.     inicom              @1
  11.     setcom              @2
  12.     setque              @3
  13.     reccom              @4
  14.     sndcom              @5
  15.     ctx                 @6
  16.     trmcom              @7
  17.     stacom              @8
  18.     cextfcn             @9
  19.     cflush              @10
  20.     cevt                @11
  21.     cevtGet             @12
  22.     csetbrk             @13
  23.     cclrbrk             @14
  24.     getdcb              @15
  25.     SuspendOpenCommPorts    @17        ;for 286 winoldaps only
  26.     ReactivateOpenCommPorts @18     ;for 286 winoldaps only
  27.     CommWriteString    @19        ; for fast lpt output
  28.     ReadCommString    @20        ; for fast input
  29.     EnableNotification    @100
  30.     setRemoteRunning @300
  31.  
  32.